-
Notifications
You must be signed in to change notification settings - Fork 1
Update expo monorepo #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/expo-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5246ba2 to
d9322ec
Compare
28f6f10 to
c390ead
Compare
c390ead to
2468808
Compare
2468808 to
f6cb106
Compare
f6cb106 to
8a18d7b
Compare
8a18d7b to
da473f1
Compare
a6144f6 to
7a3d92a
Compare
70331c1 to
c1a1203
Compare
e217d5b to
08d0d2b
Compare
9170430 to
fe1f6e0
Compare
6d210e1 to
2043eaa
Compare
2043eaa to
5e88279
Compare
5e88279 to
ef7c51f
Compare
b69e5d6 to
9681137
Compare
bcedba7 to
2994719
Compare
f392b81 to
8960a6a
Compare
3c7d9fa to
b5f98b8
Compare
b5f98b8 to
7571484
Compare
7571484 to
68fa230
Compare
68fa230 to
4b0a860
Compare
cab59e5 to
f2f7f30
Compare
f2f7f30 to
4d71901
Compare
6a8123b to
de79e6f
Compare
ae0325e to
9c10ed0
Compare
087ce62 to
de67b71
Compare
de67b71 to
1d4c906
Compare
1d4c906 to
ebbd211
Compare
ebbd211 to
002a042
Compare
002a042 to
80b6c96
Compare
80b6c96 to
7a315c3
Compare
7a315c3 to
b12c996
Compare
b12c996 to
0278552
Compare
0278552 to
75c48f7
Compare
75c48f7 to
372f5fe
Compare
372f5fe to
57d34d6
Compare
57d34d6 to
1678d87
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
46.0.17→46.0.21~3.7.1→~3.8.00.10.1→0.12.0~0.11.3→~0.13.0~0.16.1→~0.30.0~1.4.0→~1.12.0~0.14.7→~0.28.0Release Notes
expo/expo (expo)
v46.0.21Compare Source
v46.0.20Compare Source
v46.0.19Compare Source
v46.0.18Compare Source
expo/expo (expo-auth-session)
v3.8.0Compare Source
v3.7.4Compare Source
v3.7.3Compare Source
expo/expo (expo-modules-autolinking)
v0.12.0Compare Source
🎉 New features
💡 Others
@tsconfig/nodeto match other Expo Modules packages development setup. (#19671 by @Simek)v0.11.0Compare Source
🎉 New features
includeTestsoption touse_expo_modules!to include test specs from autolinked modules. (#18496 by @tsapeta)🐛 Bug fixes
pod installis executed from package.jsonscripts. (#18580 by @kudo)v0.10.3Compare Source
v0.10.2Compare Source
expo/expo (expo-modules-core)
v0.13.4Compare Source
🐛 Bug fixes
v0.13.3Compare Source
🎉 New features
AppContext.hasActiveReactInstanceon Android. (#19723 by @lukmccall)v0.13.2Compare Source
🐛 Bug fixes
new NativeEventEmitter() was called with a non-null argument without the required addListener method.warnings on Android. (#19704 by @kudo, @kudo)v0.13.1Compare Source
🐛 Bug fixes
~CallbackWrapper()dangling pointer crashes when reloading the app on Android. (#19699 by @kudo, @kudo)v0.13.0Compare Source
🛠 Breaking changes
expo.modules.kotlin.types.Enumerableon Android. (#19551 by @lukmccall)AppContext.currentActivityis not longer returningAppCompatActivity, but an instance ofandroid.app.Activityclass. (#19573 by @lukmccall)ConvertibleArgumentin favor ofConvertibleandEnumArgumentin favor ofEnumerable. (#19612 by @tsapeta)🎉 New features
OnViewDidUpdatePropsdefinition component). (#19549 by @tsapeta)🐛 Bug fixes
CodedErrorinstead of a plain object. (#19605 by @tsapeta)💡 Others
v0.12.0Compare Source
🛠 Breaking changes
🎉 New features
coalescingKeyin callback on Android. (#18774 by @lukmccall)selfon iOS. (#18831 by @tsapeta)UIColorandCGColorconvertibles on iOS. (#18845 by @tsapeta)Propsetter closure. (#19004 by @tsapeta)REACT_NATIVE_DOWNLOADS_DIRenvironment variable to specify custom third party libraries download location. (#19015 by @kudo)android.graphics.Colorclass as the function parameter. (#19054 by @lukmccall)android.net.Uri,java.io.File,java.net.URIandjava.nio.file.Pathclasses as function parameters. (#19169 by @lukmccall)RegisterActivityContractscomponent to register all of activity result contracts on Android. (#19180 by @lukmccall)cacheDirectoryandpersistentFilesDirectorytoAppContexton Android to fix cache directories being incorrect in new Sweet API modules. It uses a newAppDirectoriesModuleto get correct scoped directories from old module API. (#19205 by @aleqsio)🐛 Bug fixes
2 files found with path 'lib/arm64-v8a/libfbjni.so'error on Android. (#18607 by @lukmccall)JSCRuntime destroyed with a dangling API objecton Android. (#19487 by @lukmccall)💡 Others
EmulatorUtilities. (#16177) by @kbrandwijk, @keith-kurak)global.expo.modulesinstead ofglobal.ExpoModules. (#19273 & #19281 by @tsapeta, @lukmccall)v0.11.10Compare Source
expo/expo (expo-splash-screen)
v0.30.10Compare Source
This version does not introduce any user-facing changes.
v0.30.9Compare Source
This version does not introduce any user-facing changes.
v0.30.8Compare Source
This version does not introduce any user-facing changes.
v0.30.7Compare Source
This version does not introduce any user-facing changes.
v0.30.6Compare Source
This version does not introduce any user-facing changes.
v0.30.5Compare Source
This version does not introduce any user-facing changes.
v0.30.4Compare Source
This version does not introduce any user-facing changes.
v0.30.3Compare Source
This version does not introduce any user-facing changes.
v0.30.2Compare Source
This version does not introduce any user-facing changes.
v0.30.1Compare Source
This version does not introduce any user-facing changes.
v0.30.0Compare Source
💡 Others
v0.29.24Compare Source
v0.29.23Compare Source
v0.29.22Compare Source
This version does not introduce any user-facing changes.
v0.29.21Compare Source
This version does not introduce any user-facing changes.
v0.29.20Compare Source
This version does not introduce any user-facing changes.
v0.29.19Compare Source
🐛 Bug fixes
iOS, show the splashscreen again when the app is reloaded. (#33793 by @alanjhughes)v0.29.18Compare Source
This version does not introduce any user-facing changes.
v0.29.17Compare Source
🎉 New features
v0.29.16Compare Source
This version does not introduce any user-facing changes.
v0.29.15Compare Source
This version does not introduce any user-facing changes.
v0.29.14Compare Source
💡 Others
lightanddarkcolors oniOSinstead ofany. (#33472 by @alanjhughes)v0.29.13Compare Source
🐛 Bug fixes
resizeModein config plugin. (#33143 by @alanjhughes)v0.29.12Compare Source
🐛 Bug fixes
setOptionsfrom being called in Expo Go. (#33104 by @alanjhughes)v0.29.11Compare Source
This version does not introduce any user-facing changes.
v0.29.10Compare Source
💡 Others
v0.29.9Compare Source
This version does not introduce any user-facing changes.
v0.29.8Compare Source
This version does not introduce any user-facing changes.
v0.29.7Compare Source
This version does not introduce any user-facing changes.
v0.29.6Compare Source
This version does not introduce any user-facing changes.
v0.29.5Compare Source
🐛 Bug fixes
v0.29.4Compare Source
This version does not introduce any user-facing changes.
v0.29.3Compare Source
This version does not introduce any user-facing changes.
v0.29.2Compare Source
This version does not introduce any user-facing changes.
v0.29.1Compare Source
🐛 Bug fixes
iOS, show the splashscreen again when the app is reloaded. (#33793 by @alanjhughes)v0.29.0Compare Source
This version does not introduce any user-facing changes.
v0.28.5Compare Source
This version does not introduce any user-facing changes.
v0.28.4Compare Source
This version does not introduce any user-facing changes.
v0.28.3Compare Source
This version does not introduce any user-facing changes.
v0.28.2Compare Source
This version does not introduce any user-facing changes.
v0.28.1Compare Source
This version does not introduce any user-facing changes.
v0.28.0Compare Source
🛠 Breaking changes
🐛 Bug fixes
preventAutoHideAsync()broken on iOS bridgeless mode. (#28234 by @kudo)v0.27.7Compare Source
v0.27.6Compare Source
This version does not introduce any user-facing changes.
v0.27.5Compare Source
This version does not introduce any user-facing changes.
v0.27.4Compare Source
💡 Others
v0.27.3Compare Source
This version does not introduce any user-facing changes.
v0.27.2Compare Source
This version does not introduce any user-facing changes.
v0.27.1Compare Source
This version does not introduce any user-facing changes.
v0.27.0Compare Source
🐛 Bug fixes
fallbackToCacheTimeout. (#28227 by @kudo)💡 Others
v0.26.5Compare Source
v0.26.4Compare Source
This version does not introduce any user-facing changes.
v0.26.3Compare Source
This version does not introduce any user-facing changes.
v0.26.2Compare Source
🐛 Bug fixes
preventAutoHideAsyncfunction. (#26348 by @lukmccall)💡 Others
com.facebook.react:react-native:+Android dependency withcom.facebook.react:react-android. (#26237 by @kudo)v0.26.1Compare Source
This version does not introduce any user-facing changes.
v0.26.0Compare Source
💡 Others
v0.25.0Compare Source
🛠 Breaking changes
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)🎉 New features
💡 Others
expo-routertoexpo-splash-screen. (#24893 by @EvanBacon)v0.24.0Compare Source
🛠 Breaking changes
🐛 Bug fixes
isClickableonSplashScreenViewthat caused incorrect behaviour withTalkBack. (#24601 by @alanhughes)v0.23.1Compare Source
This version does not introduce any user-facing changes.
v0.23.0Compare Source
🎉 New features
💡 Others
hideandpreventAutoHidemethods. (#24296 by @EvanBacon)v0.22.0Compare Source
🎉 New features
💡 Others
v0.21.1Compare Source
This version does not introduce any user-facing changes.
v0.21.0Compare Source
🐛 Bug fixes
getDelayLoadAppHandler()from expo-updates. (#23747 by @kudo)v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3Compare Source
v0.20.2Compare Source
This version does not introduce any user-facing changes.
v0.20.1Compare Source
This version does not introduce any user-facing changes.
v0.20.0Compare Source
🛠 Breaking changes
@expo/configure-splash-screenin favor of the splash screen config plugin. (#21464 by @byCedric)🎉 New features
🐛 Bug fixes
v0.19.0Compare Source
💡 Others
toLowerCasetolowercasefunction (#22225 by @hbiede)v0.18.2Compare Source
This version does not introduce any user-facing changes.
v0.18.1Compare Source
This version does not introduce any user-facing changes.
v0.18.0Compare Source
🐛 Bug fixes
No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first.warning being displayed on iOS when app is started in background. (#20064 by @grigorigoldman)💡 Others
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)v0.17.5Compare Source
v0.17.4Compare Source
🐛 Bug fixes
NullPointerExceptioninFrameLayout.onMeasure()when running on new architecture mode with expo-dev-client. (#19931 by @kudo)v0.17.3Compare Source
This version does not introduce any user-facing changes.
v0.17.2Compare Source
This version does not introduce any user-facing changes.
v0.17.1Compare Source
This version does not introduce any user-facing changes.
v0.17.0Compare Source
🛠 Breaking changes
💡 Others
expo/expo (expo-status-bar)
v1.12.1Compare Source
This version does not introduce any user-facing changes.
v1.12.0Compare Source
This version does not introduce any user-facing changes.
v1.11.1Compare Source
This version does not introduce any user-facing changes.
v1.11.0Compare Source
This version does not introduce any user-facing changes.
v1.10.0Compare Source
🐛 Bug fixes
setStatusBarHiddenmethodsanimationparameter optional to match the documentation. (#23866 by @DoctorJohn)v1.9.0Compare Source
💡 Others
jsxandcreateElement. (#24889 by @EvanBacon)v1.8.0Compare Source
💡 Others
v1.7.1Compare Source
This version does not introduce any user-facing changes.
v1.7.0Compare Source
🎉 New features
animatedproperty insetStatusBarStyle. (#23408 by @haikov)[
v1.6.0](https://redirect.github.com/expo/expo/blob/HEAD/packages/expoConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.